/*Style sheet for page four */

caption {
	font-size: 20px;
	color: blue;
}

.schedule {
	font-size: 25px;
	color: red;
	border: double;
	text-align: center;
}

tfoot{
	font-size: 14px;
	color: black;
	text-align: center;
}